github.com/0chain/gosdk@v1.17.11/docs/uml/list all.puml (about)

     1  @startuml
     2  participant "<size:20><&terminal></size> ./zbox list-all" as cli
     3  collections gosdk
     4  
     5  cli -> gosdk: GetAllocation(allocationID)
     6  cli -> gosdk: GetRemoteFileMap()
     7  
     8  gosdk -> gosdk: create a map of file info 
     9  gosdk -> gosdk: iteratively get directory and files seperately till no more directories left
    10  
    11  gosdk --> cli: return map of file info
    12  @enduml